
*{margin:0;padding:0;}

#body{
	clear: both;
	margin: 0;
	padding: 0;
	font-family:"Microsoft YaHei",Helvetica,Verdana,Arial,sans-serif;
}
.hr{
	background:#fff;
	width: 100%;
	height:2px;
	position: fixed;
	top: 0;
	z-index: 999;
}

/*头部样式开始*/
/****************公司logo+公司名****/
.top{
	width: 100%;
	height:80px;
	background:#fff;
	position: fixed;
	z-index: 999;
	top:2px;
	bottom:620px;
	opacity: 0.8;
}
.menu{
   width: 1200px;
   margin: 0 auto;
   position: relative;
}

.menu h2{
	width:40%;
	float: left;
	/*height: 80px;*/
	height: 90px;
	margin: 0 0 10px 0 !important;
	margin-top:10px;
}
.menu h2 img{
	margin-top:5px;
	/*margin-bottom: 10px;*/
	/*width:260px;*/
	/*height:59px;*/
	height:60px;
	outline: none;
	float: left;
}
.menu h2 p{
	font-size:33px;
	font-family:"Microsoft YaHei",Helvetica,Verdana,Arial,sans-serif;
	/*color:#4d4d4d;*/
	color:#ea1c38;
	float: left;
	margin-top:5px !important;
	letter-spacing:7px;
}
.menu h2 p span{
	font-size:12px;
	color:#ea1c38;
	float: left;
	line-height: 1em !important;
	margin-top: 0 !important;
	letter-spacing:0 !important;
}
/****************公司logo+公司名结束****/

.clearSpace{
	width:100%;
	height:80px;
	margin-top:83px;
	background:#F3F5F7;
}
/****************头部菜单栏开始********/

.menu ul{
	width: auto;
	min-width: 520px;
	height: auto;
	/*min-height:60px;*/
	min-height:80px;
	float: right;
	display: block;
	margin-right: 30px;
	/*font-weight:500;*/
	list-style: none;
	position: relative;
	top: 0;
}
.menu ul li{
	height:80px;
	display: block;
	float: left;
	padding-top:23px;
	border: none;
	margin: 0 0 0 0 !important;
}
.menu ul li a{
	float: left;
	/*color:#eee;*/
	color:#333;
	margin: 0 22px;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	font-family:"Microsoft YaHei",Helvetica,Verdana,Arial,sans-serif;
	font-size:20px !important;
	outline: none;
	letter-spacing: 3px;
}
.menu ul li a:focus,
.menu ul li a:hover,
.menu ul li a:active{
	display: block;
	/*color: #fffdce !important;*/
	color: #38aef6 !important;
	outline: 0 none;
}
.headFocus{
	border-bottom:3px solid #ff7800 !important;
}


.downmenu{/*产品下拉样式开始*/
	width: 100%;
	background: #f2f2f2;
	height: 53px;
	position: fixed;
	top:63px;
	z-index:2;
	overflow: hidden;
	display: none;
	margin-top: -5px;
}
.downM{
	height: 100%;
	width: auto;
	margin: 0 auto;
	float: right;
	margin-right:0.5%;

}
#product{
	width:960px;
	margin: 0 auto;
	margin-top: -30px;
}

.tt{
	margin-top:10px
}

.td{
	height:1px;
	border-top: 1px #ccc solid;
}
/*产品下拉样式结束*/


/*关于红剑下拉样式开始*/
.companymenu{
	width: 100%;
	background: #66ccff;
	height:50px;
	position: fixed;
	top:85px;
	z-index:2;
	overflow: hidden;
	display: none;
	margin-top:-5px;
}
.companyM{
	height: 100%;
	width:530px !important;
	/*width: 600px !important;*/
	margin: 0 auto;
	float: right;
	margin-right:20px;
}
#company{
	width:400px;
	margin: 0 auto;
	margin-top: -30px;
}
#product tr td{
	/*width:15% !important;*/
	text-align: center;
	padding-top: 10px;
	margin-right: 10px !important;
}
#company tr td {
	width:2% !important;
	text-align: center;
	padding-top: 10px;
	margin-right: 10px !important;
}
#product tr td a,
#company tr td a{
	font-family:"Microsoft YaHei",Helvetica,Verdana,Arial,sans-serif;
	/*color: #808080;*/
	color: #fff;
	display: block;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 16px !important;
}
#product tr td a:focus,
#product tr td a:hover,
#company tr td a:focus,
#company tr td a:hover{
	color:#FF6600 !important;
	outline: 0 none;
}

/*************************页面滚动到底部，跳转到页面底部的样式开始****************************************/
a#totop{
	/*background:#414141;*/
	width: 30px;
	bottom: 2px;
	display: block;
	font-size:16px;
	opacity: 0.9;
	padding: 3px 6px;
	right: 5px;
	color:#fff;
	text-decoration: none;
	text-align: center;
	float: right;
	margin-top: -35px;
	z-index: 3;
}
.backTop{
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	position: fixed;
	bottom:20px;
	right: 30px;
	border: 1px solid #ddd;
	text-align: center;
}
.backTop i{
	line-height: 50px;
	font-size: 24px;
	text-align: center;
	color: #666;
	margin-top: 0;
}
.backTop:hover{
	background-color: #ddd;
	color: #eee;
}


/*************************页面滚动到底部，跳转到页面底部的样式结束****************************/

